home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
UNIXLIB37B
/
!UnixLib37
/
src
/
clib
/
sys
/
h
/
dir
< prev
next >
Wrap
Text File
|
1996-11-09
|
503b
|
20 lines
/****************************************************************************
*
* $Source: /unixb/home/unixlib/source/unixlib37/src/clib/sys/h/RCS/dir,v $
* $Date: 1996/04/19 21:23:56 $
* $Revision: 1.1 $
* $State: Rel $
* $Author: simon $
*
* $Log: dir,v $
* Revision 1.1 1996/04/19 21:23:56 simon
* Initial revision
*
***************************************************************************/
#ifndef __SYS_DIR_H
#define __SYS_DIR_H 1
#include <dirent.h>
#define direct dirent
#endif